-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(compat): update patch for typescript 4.4 #3297
Conversation
Failing CI will be fixed by #3315 |
eba97bc
to
eb70ab5
Compare
40934d5
to
5b5e0c8
Compare
5b5e0c8
to
f88cc7c
Compare
Looking forward to this fix! this helps many projects based on nx. |
There was no conflict but updated the patch either way
Will this be backported to v2? I have a bunch of projects which still supports node 10 |
This may have broken some base scenarios - https://github.com/sushruth/simple here is a simple repro repo which imports react and console logs it. TSC finds that erroneous like so - |
It didn't, see #3350 (comment) |
@merceyz still fails. It fails for all packages which have typings included too. Added immer to show this - |
Read the rest of the comments in the issue I linked please |
@merceyz my bad. Thanks! |
* fix(compat): remove trailing slash * fix(compat): update patch for 4.4 * test: add testcase * chore: versions * fix: handle references that doesn't point to a package root * fix: backport references fix to 4.2 * chore: dedupe * fix: avoid direct requires to `pnpapi` * chore: reuse files in validation * chore: update to `4.4.2` There was no conflict but updated the patch either way
* fix(compat): remove trailing slash * fix(compat): update patch for 4.4 * test: add testcase * chore: versions * fix: handle references that doesn't point to a package root * fix: backport references fix to 4.2 * chore: dedupe * fix: avoid direct requires to `pnpapi` * chore: reuse files in validation * chore: update to `4.4.2` There was no conflict but updated the patch either way
@SimenB yes, I'm in the process of cherry-picking it on 2.4; I'll have to afk, but I'll make sure it gets released tomorrow. |
Awesome, thanks! 🎉 |
Released 2.4.3 |
Thanks! Can confirm it works 👍 |
These changes were released in 3.0.2: @yarnpkg/cli/3.0.2, @yarnpkg/pnp/3.0.2, @yarnpkg/plugin-pnp/3.0.2. |
What's the problem this PR addresses?
typescript@>=4.4.1-rc
Fixes #3058
Fixes #3231
Fixes #3117
Fixes #3350
Fixes #3262
Closes #3275
Closes arcanis/TypeScript#10
How did you fix it?
4.4.1-rc
releasepackageLocation
(merceyz/TypeScript@3f4e151)Checklist